host-interaction/hardware/keyboard

send keystrokes

rule:
  meta:
    name: send keystrokes
    namespace: host-interaction/hardware/keyboard
    authors:
      - anushka.virgaonkar@mandiant.com
    scopes:
      static: function
      dynamic: call
  features:
    - or:
      - api: System.Windows.Forms.SendKeys::Send
      - api: System.Windows.Forms.SendKeys::SendWait

last edited: 2023-11-24 10:34:28